Bump version to 2.9.5 (2241) - #768
Conversation
There was a problem hiding this comment.
Code Review
This pull request bumps the app version to 2.9.5 and the build number to 2241. The changes correctly update the version numbers in both Installer-Info.plist and McBopomofo-Info.plist. However, I've identified a maintainability issue with version numbers being hardcoded in multiple places. My review includes suggestions to centralize version management using Xcode's build settings to prevent potential inconsistencies in the future. This would make the release process more robust.
There was a problem hiding this comment.
Pull request overview
This PR bumps the application version from 2.9.4 (build 2186) to 2.9.5 (build 2241), updating version identifiers across the main application and installer bundles.
- Updated CFBundleShortVersionString from 2.9.4 to 2.9.5
- Updated CFBundleVersion from 2186 to 2241
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| Source/McBopomofo-Info.plist | Updated version strings for the main input method application bundle |
| Source/Installer/Installer-Info.plist | Updated version strings for the installer application bundle |
|
We'll need to bump version after the recently discovered regression is fixed. |
No description provided.